PATHMac OS 8 and 9 Developer Documentation > Human Interface Toolbox > Appearance Manager >

Programming With the Appearance Manager


Theme-Compliant Cursors

Appearance Manager 1.1 introduces cursors that can change appearance with a theme change. In order to be theme-compliant, your program should use these theme-specific cursors whenever possible, instead of the classic black-and-white or color cursors. To obtain theme-compliant cursors, you must use the Appearance Manager to draw cursors in your program, rather than the QuickDraw cursor utilities.

Because the Appearance Manager cursors are color cursors, they currently cannot be set from interrupt time. Therefore, if you support animated cursors that are changed at interrupt time you should continue to use your own cursors for now. The Appearance Manager provides the following functions for specifying theme-compliant cursors:


© 1999 Apple Computer, Inc. – (Last Updated 29 April 99)